home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / FingerPrint / FingerPrint_Setup.exe / {app} / FingerPrint.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  2004-01-30  |  2KB  |  82 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 376
  3.   Top = 308
  4.   ActiveControl = BitBtn1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'About FingerPrint'
  8.   ClientHeight = 301
  9.   ClientWidth = 483
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     483
  21.     301)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Image1: TImage
  25.     Left = 8
  26.     Top = 232
  27.     Width = 189
  28.     Height = 61
  29.     Anchors = [akBottom]
  30.     AutoSize = True
  31.     Center = True
  32.     Picture.Data = {<image000.bmp>}
  33.     Stretch = True
  34.   end
  35.   object Memo1: TMemo
  36.     Left = 0
  37.     Top = 0
  38.     Width = 483
  39.     Height = 220
  40.     Align = alTop
  41.     Anchors = [akLeft, akTop, akRight, akBottom]
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     Lines.Strings = (
  48.       
  49.         'A simple program to detect file changes, calculate file hash val' +
  50.         'ues, check file hash values, and '
  51.       'find duplicate files.'
  52.       ''
  53.       'See the help file for more information.'
  54.       ''
  55.       'This program is freeware, and written in Delphi 7.'
  56.       ''
  57.       'Copyright '#169' 2003 Michael J. Leaver'
  58.       'http://www.mjleaver.com/'
  59.       'MJLeaver@email.com'
  60.       ''
  61.       'Directory scanning code originally by David J Taylor, Edinburgh.'
  62.       
  63.         'MD5 Implementation provided by Greg Carter, CRYPTOCard Corporati' +
  64.         'on.'
  65.       'RegExpo by Arthur Hoornweg (arthur.hoornweg@email.de)'
  66.       'RegMerge by Russell Libby')
  67.     ParentFont = False
  68.     ReadOnly = True
  69.     ScrollBars = ssVertical
  70.     TabOrder = 0
  71.   end
  72.   object BitBtn1: TBitBtn
  73.     Left = 392
  74.     Top = 258
  75.     Width = 79
  76.     Height = 31
  77.     Anchors = [akRight, akBottom]
  78.     TabOrder = 1
  79.     Kind = bkOK
  80.   end
  81. end
  82.